ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BoxWhisker<T> Class
Members

In This Topic
    BoxWhisker<T> Class
    In This Topic
    BoxWhisker series is normally used to compare distributions between different sets of numerical data.
    Object Model
    BoxWhisker<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public Class BoxWhisker(Of T) 
       Inherits ExtraSeries(Of T)
    public class BoxWhisker<T> : ExtraSeries<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.BoxWhisker<T>

    See Also